Skip to content

Conversation

@yann-eugone
Copy link
Contributor

@yann-eugone yann-eugone commented Aug 27, 2024

Sonata admin is using AdminLTE, which is using Bootstrap (v3 for the moment)

And the breadcrumb last element requires an active CSS class
https://getbootstrap.com/docs/3.3/components/#breadcrumbs

<ol class="breadcrumb">
  <li><a href="#">Home</a></li>
  <li><a href="#">Library</a></li>
  <li class="active">Data</li>
</ol>

@yann-eugone yann-eugone force-pushed the missing-sonata-breadcrumb-class branch from b528169 to 521f120 Compare August 27, 2024 08:35
@yann-eugone yann-eugone merged commit 5560ebf into 0.x Aug 27, 2024
@yann-eugone yann-eugone deleted the missing-sonata-breadcrumb-class branch January 29, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants